home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Hikes in North America / 1001Hikes.iso / dataroot / newyork / htm / maps / map006.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Text File  |  2002-07-06  |  169b  |  11 lines

  1. on(release, releaseOutside){
  2.    tellTarget("scrollhandle")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("buttonlogic")
  7.    {
  8.       gotoAndStop("stop");
  9.    }
  10. }
  11.